go.pact.im/x/clock/fakeclock.Clock.next (method)

2 uses

	go.pact.im/x/clock/fakeclock (current package)
		fakeclock.go#L90: 	c.now = c.next(c.now)
		fakeclock.go#L209: func (c *Clock) next(now time.Time) time.Time {